home *** CD-ROM | disk | FTP | other *** search
- set cone(color) {1.0 0.0 0.0}
- set cone(height) 2.0
- set cone(radius) 1.0
- set cone(thetaMax) 360.0
- set cone(xScale) 1
- set cone(yScale) 1
- set cone(zScale) 1
- set cone(xTranslate) 0
- set cone(yTranslate) 0
- set cone(zTranslate) 0
- set cone(xRotate) 0
- set cone(yRotate) 0
- set cone(zRotate) 0
- set cone(xRotate2) 0
- set cone(yRotate2) 0
- set cone(zRotate2) 0
-
- loadControlPanel controls.nib
-
- startShape aCone
- animatable: {Color $cone(color)}
- animatable: {Scale $cone(xScale) $cone(yScale) $cone(zScale)}
- animatable: {Translate $cone(xTranslate) $cone(yTranslate) $cone(zTranslate)}
- animatable: {Rotate $cone(xRotate) 1 0 0 }
- animatable: {Rotate $cone(yRotate) 0 1 0 }
- animatable: {Rotate $cone(zRotate) 0 0 1 }
- animatable: {Rotate $cone(xRotate2) 1 0 0 }
- animatable: {Rotate $cone(yRotate2) 0 1 0 }
- animatable: {Rotate $cone(zRotate2) 0 0 1 }
- animatable: {Cone $cone(height) $cone(radius) $cone(thetaMax)}
- endShape
-